/* 公共样式 */

.wrap {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.footer {
    background: #eee;
}


/* 首页样式 */

.banner {
    background: url(../images/sy-banner.png) no-repeat center top;
    height: 385px;
    width: 100%;
}

.mr25 {
    margin-right: 25px;
}

.w255 {
    width: 255px;
}

.w578 {
    width: 578px;
}

.w220 {
    width: 220px;
}

.w734 {
    width: 734px;
}

.w346 {
    width: 346px;
}

.w354 {
    width: 354px;
}

.w340 {
    width: 340px;
}

.nav_list {
    background: #efefef;
    padding: 0 0 0 185px;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
}


/* tab切换 */

.overflow {
    overflow: hidden;
}

.hidden {
    display: none;
}

.tab-box {
    margin: 0 auto;
}

.tab-nav {
    margin-top: 22px;
}

.tab-nav li {
    float: left;
    width: 127px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #efefef;
    cursor: pointer;
    margin-right: 10px;
}

.tab-nav li a{color: #333;}

.tab-nav li.on {
    background: #df3c19;
    
}

.tab-nav li.on a{color: #fff;}

.tab-item {
    margin-top: 25px;
}

.w253 {
    width: 253px;
    padding-right: 30px;
    border-right: 1px dotted #ccc;
}

.w430 {
    width: 430px;
}


/* 我们的节日 */

.tab-nav-wmdjr li {
    width: 60px;
    height: 29px;
    margin: 0 0 18px 0;
    line-height: 29px;
    text-align: center;
    background: #efefef;
    cursor: pointer;
}

.tab-nav-wmdjr li a{color: #333;}

.tab-nav-wmdjr li.on {
    background: #df3c19;
    
}

.tab-nav-wmdjr li.on a{color: #fff;}

.wmdjr-right {
    width: 264px;
}

.tab-item-wmdjr {
    margin-top: 15px;
}


/* 专栏策划+主题活动 */

.tab-nav-zt {
    padding-bottom: 10px;
    border-bottom: 1px solid #c1c1c1;
    margin-top: 20px;
}

.tab-nav-zt li {
    margin: 0 13px 0 0;
    cursor: pointer;
    color: #000;
    font-size: 18px;
    float: left;
}

.tab-nav-zt li.on {
    color: #c7000b;
}


/* 县市区动态 */

.w383 {
    width: 383px;
}

.w373 {
    width: 373px;
}

.w246 {
    width: 246px;
}

.w780 {
    width: 780px;
}

.mr22 {
    margin-right: 22px;
}

.tab-nav-xsq {
    background: #f1f1f1;
    height: 35px;
    line-height: 35px;
}

.tab-nav-xsq li {
    float: left;
    cursor: pointer;
    padding: 0 8px;
    margin: 0 4px;
    
}
.tab-nav-xsq li a{font-size: 17px;
    color: #000;}

.tab-nav-xsq li.on {
    background: #c7000b;
    
}
.tab-nav-xsq li.on a{color: #fff;}

.xsq-box {
    border: 1px solid #f1f1f1;
    padding: 9px 10px 8px 17px;
}


/* 列表页样式 */

.w812 {
    width: 812px;
}

.w264 {
    width: 264px;
}

.top {
    background: #e6e6e6;
    height: 43px;
    line-height: 43px;
}

.head {
    border-bottom: 2px solid #df3d27;
}


/* 详情页 */

.borbox {
    border: 1px solid #e8e8e8;
    padding: 30px;
}